home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / programming / other / wild / developer / examples / src / ppctimagemapping / startup.h < prev    next >
C/C++ Source or Header  |  1999-01-25  |  520b  |  19 lines

  1.  
  2. #include <exec/exec.h>
  3. #include <inline/exec.h>
  4. #include <intuition/intuition.h>
  5. #include <graphics/gfxbase.h>
  6. #include <dos/dosextens.h>
  7. #include <workbench/startup.h>
  8. #include <exec/libraries.h>
  9.  
  10. #define SysBase *(struct ExecBase **)4L
  11. extern struct IntuitionBase *IntuitionBase;
  12. extern struct GraphicsBase *GraphicsBase;
  13. extern struct DOSBase *DOSBase;
  14. extern struct Library *IffParseBase;
  15. extern struct Process *ThisTask;
  16. extern struct WBStartup *WBMessage;
  17. extern struct WildBase *WildBase;
  18.  
  19. void exit(ULONG code);